翻訳と辞書
Words near each other
・ Proof (rapper)
・ Proof (truth)
・ Proof and Experimental Establishment
・ Proof and Experimental Test Establishment
・ Proof assistant
・ Proof Banknote
・ Proof by assertion
・ Proof by contradiction
・ Proof by contrapositive
・ Proof by example
・ Proof by exhaustion
・ Proof by infinite descent
・ Proof by intimidation
・ Proof calculus
・ Proof coinage
Proof complexity
・ Proof compression
・ Proof discography
・ Proof game
・ Proof mass
・ Proof mining
・ Proof net
・ Proof of age inquisition
・ Proof of Age Standards Scheme
・ Proof of Bertrand's postulate
・ Proof of Citizenship of the Republic of Indonesia
・ Proof of concept
・ Proof of delivery
・ Proof of Destruction
・ Proof of Existence


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Proof complexity : ウィキペディア英語版
Proof complexity
In computer science, proof complexity is a measure of efficiency of automated theorem proving methods that is based on the size of the proofs they produce. The methods for proving contradiction in propositional logic are the most analyzed. The two main issues considered in proof complexity are whether a proof method can produce a polynomial proof of every inconsistent formula, and whether the proofs produced by one method are always of size similar to those produced by another method.
==Polynomiality of proofs==

Different propositional proof system for theorem proving in propositional logic, such as the sequent calculus, the cutting-plane method, resolution, the DPLL algorithm, etc. produce different proofs when applied to the same formula. Proof complexity measures the efficiency of a method in terms of the size of the proofs it produces.
Two points make the study of proof complexity non-trivial:
# the size of a proof depends on the formula that is to be proved inconsistent;
# proof methods are generally families of algorithms, as some of their steps are not univocally specified; for example, resolution is based on iteratively choosing a pair of clauses containing opposite literals and producing a new clause that is a consequence of them; since several such pairs may be available at each step, the algorithm has to choose one; these choices affect the proof length.
The first point is taken into account by comparing the size of a proof of a formula with the size of the formula. This comparison is made using the usual assumptions of computational complexity: first, a polynomial proof size/formula size ratio means that the proof is of size similar to that of the formula; second, this ratio is studied in the asymptotic case as the size of the formula increases.
The second point is taken into account by considering, for each formula, the shortest possible proof the considered method can produce.
The question of polynomiality of proofs is whether a method can always produce a proof of size polynomial in the size of the formula. If such a method exists, then NP would be equal to coNP: this is why the question of polynomiality of proofs is considered important in computational complexity. For some methods, the existence of formulae whose shortest proofs are always superpolynomial has been proved. For other methods, it is an open question.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Proof complexity」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.